home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / g_quake / compass.zip / COMPASS.TXT < prev    next >
Text File  |  1996-09-19  |  3KB  |  96 lines

  1. Title    : Display direction player is facing
  2. Filename : compass.zip
  3. Version  : 1.00
  4. Date     : 9/19/96
  5. Author(s): Alon Albert (YoGrE)
  6. Email    : al@merc-int.com
  7.  
  8. Credits  : ID Software
  9.  
  10. Type of Mod
  11. -----------
  12. Quake C  : yes
  13. Sound    : no
  14. MDL      : no
  15.  
  16. Format of Quake C
  17. -----------------
  18. unified diff  : no
  19. context diff  : no
  20. .qc files     : yes
  21. progs.dat     : yes
  22. cfg file      : yes
  23.  
  24. Description of the Modification
  25. -------------------------------
  26. This mod will display the direction you are facing whenever you
  27. hits the TAB key. (don't worry, TAB still shows scores).
  28.  
  29. How to use Modification
  30. -------------------------------
  31. Just hit TAB.
  32.  
  33. How to Install the Modification
  34. -------------------------------
  35.  
  36. Put progs.dat in a directory called compass under your Quake dir.
  37. Put compass.cfg in the same place.
  38. Start Quake using the "-game compass +exec compass.cfg" options.
  39.  
  40. Technical Details
  41. -----------------
  42. This is a simple little patch that gives the player a compass.
  43. Unfortunatly, this compass is pretty primitive and will only show
  44. the 8 major directions (North, Northwest, West etc...).
  45.  
  46. It determines the direction by looking at the self.v_angle 
  47. variable. Not knowing any better, I assumed 0 means North so that 
  48. is what I use.
  49.  
  50. Bugs:
  51.     1. None that I know. Please report any to
  52.        al@merc-int.com
  53.  
  54. Future Enhancements:
  55.  
  56.     1. I would really like to have a graphical compass 
  57.            displayed but I have no idea on how to implement this.
  58.            I thought of replacing the players face display with
  59.            a compass but I don't think this can be done from 
  60.            QuakeC. Another aproach might be to display a compass
  61.            MDL in front of the players face but I have neither the
  62.            knowhow, nor the time to explore this possibility. You
  63.        are welcome to give it a try yourself.
  64.  
  65. Author Information
  66. ------------------
  67.  
  68. This is my first Quake C mod. I plan to do some more as time allows.
  69. If you use this code as a basis for another mod, or if you have some
  70. ideas for improvements or other mods, please let me know, I would
  71. be very interested.
  72.  
  73. E-mail me at: al@merc-int.com
  74.  
  75. Copyright and Distribution Permissions
  76. --------------------------------------
  77.  
  78. You may distribute this Quake modification in any electronic
  79. format as long as this description file remains intact and unmodified
  80. and is retained along with all of the files in the archive.
  81. This mod may be included in any "collection mods", which take
  82. several mods and combine them, as long as this collection is
  83. freely distributed, the readme files are unchanged excepting
  84. for renaming (or added completely to the collections readme
  85. file), and all modified quake-c is unchanged including modification
  86. indicator tags, "rd mod start".
  87. Profits cannot be made or fees excised upon the user for this
  88. Quake modification without express consent of the authors. 
  89. All rights reserved by the authors.
  90.  
  91. Availability
  92. ------------
  93.  
  94. Wherever QuakeC mods go when they are born. 
  95.   (probably ftp.cdrom.com/pub/quake/quakec/misc)
  96.